ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexRadar<T> Class / TotalAngle Property






In This Topic
    TotalAngle Property (FlexRadar<T>)
    In This Topic
    Gets or sets the total angle for the radar, in degrees. Its default value is 360. The value must be greater than 0, or less than or equal to 360.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(360)>
    Public Property TotalAngle As System.Integer
    'Usage
     
    
    Dim instance As FlexRadar(Of T)
    Dim value As System.Integer
     
    instance.TotalAngle = value
     
    value = instance.TotalAngle
    [System.ComponentModel.DefaultValue(360)]
    public System.int TotalAngle {get; set;}
    public read-write property TotalAngle: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(360)
    public function get,set TotalAngle : System.int
    [System.ComponentModel.DefaultValue(360)]
    public: __property System.int get_TotalAngle();
    public: __property void set_TotalAngle( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(360)]
    public:
    property System.int TotalAngle {
       System.int get();
       void set (    System.int value);
    }
    See Also